home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4635 / fractga / fractga.eng < prev   
Text File  |  1996-05-28  |  2KB  |  49 lines

  1.  
  2. The following arguments must be passed to FRACTGA:
  3.  
  4. COMPULSORY  : the name of the Targa file to process(?)
  5. OPTIONAL    : the following:
  6.  
  7. -Wnn   : width of picture in pixels (max 2048)
  8. -Hnn   : height of picture in pixels (max 2048)
  9. -L     : no smoothing
  10. +L     : smoothing (default setting)
  11. -Nnn   : maximum number of iterations (gives the maximum number of 
  12.          colours; max 1024, default is 32)
  13. -Pf.f  : P constant used in calculation of Julia set
  14. -Qf.f  : Q constant used in calculation of Julia set -Xx.x : X limit of the 
  15.          set in question (goes from -x.x to +x.x)
  16. -Yy.y  : Y limit of the set in question (goes from -y.y to +y.y) 
  17.  
  18. Please note that in order to obtain a realistic height_field, the definition 
  19. of the picture (in number of pixels) is more important than the number of 
  20. colours (number of different tiers of height-field). The smoothing option 
  21. is also critical; with smoothing off the height-field will be very jagged; 
  22. smoothing set to on produces some very realistic mountains.
  23.  
  24. For using FRACTGA under MULTITOS and getting the most out of GEMVIEW 
  25. display for the TGA files generated:
  26.  
  27. The two environment variables must be installed first, giving the path and 
  28. complete name of GEMVIEW and FRACTGA. (The GEMVIEW variable can be 
  29. omitted however if you have installed GEMVIEW as an accessory.)
  30.  
  31. Include in the GEM.CNF file, for example:
  32.  
  33.          setenv GEMVIEW=f:\gv220\gemview.app
  34.          setenv FRACT=f:\pov\fractga\fractga.ttp
  35.  
  36. Launch MINTSHEL.TTP under TOSWIN, then enter a command such as:
  37.  
  38.         gem $FRACT f:\pov\nomfich.tga -w50 -h50 -L
  39.  
  40. As soon as the whole file has been written, FRACTGA asks GEMVIEW to 
  41. show it and passes control straight back to the user. While GEMVIEW 
  42. reads the TGA file you can be doing something else (isn't multitasking 
  43. wonderful!) Finally a window opens with your picture in it....
  44.  
  45. ==========================================================================
  46. English translation by Ralph Nelson-Tucker, May 1996
  47. ==========================================================================
  48.  
  49.